home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk1643.zip / README.1ST < prev   
Text File  |  1989-03-30  |  3KB  |  71 lines

  1. What is in the Package
  2. ----------------------
  3.      kEDITOR package contains the following files:
  4.  
  5.      1. README.1ST   - short description of package and installation
  6.      2. KED.EXE      - kEDITOR program
  7.      3. LANGMC.KED   - Microsoft(R) C 5.1 language features file
  8.      4. LANGTC.KED   - Borland(R) C 2.0 language features file
  9.      5. LANGMASM.KED - Microsoft MASM(R) 5.0 language features file
  10.      6. LANGTASM.KED - Borland Assembler 1.0 language features file
  11.      7. LANGTPAS.KED - Borland TURBO PASCAL 5.0 language features file
  12.      8. LANGQB.KED   - Microsost QuickBASIC(TM) 4.0 language features file
  13.      9. LANGFORT.KED - Microsost FORTRAN 4.0 language features file
  14.     10. LANGDBA3.KED - ASHTON-TATE dBASE III+ language features file
  15.     11. LANGDBA4.KED - ASHTON-TATE dBASE IV language features file
  16.     12. LANGCLIP.KED - NANTUCKET(TM) Clipper(TM) language features file
  17.     13. LANG123.KED  - LOTUS(R) Macro language features file
  18.            
  19. kEDITOR Special Features
  20. ------------------------
  21.      - Specifically design for handling source program file.
  22.      - Written in assembler language, compact and fast.
  23.      - On-line help with language features (C,TC,MASM,TASM,1-2-3,
  24.        QuickBASIC,FORTRAN,TurboPascal,Clipper, dBASE III+,dBASE IV).
  25.      - ASCII table, Scan Codes table, BIOS, DOS interrupts, 
  26.        word cross reference, Hex conversion all on line.
  27.      - 100 commands plus numerous subcommands including 
  28.        directory sort,showOnly, key stroke macros, DOS Shell, 
  29.        point and find next frward or backward, print range of lines.
  30.      - Commands for character, word, line, range of lines, file.
  31.      - Command in WordStar type or 2 letter mnemonic or 
  32.        up to 10 letters alias name. Commands may be customized.
  33.      - Cut and paste from browse file.
  34.      - Optional create BAK backup file, auto-indent,definable word,beep
  35.      - All for $49.95 (student half price) - plus postage & handling $5.00.
  36.  
  37. How to install
  38. --------------
  39.      Copy KED.EXE file to any directory as long as the directory is defined 
  40.      in PATH command, such as 
  41.            
  42.            C:>copy a:ked.exe \util\ked.exe
  43.            
  44.      Copy desired language features file into the directory from where
  45.      you are going to invoke the kEDITOR. Rename the copied language 
  46.      features file to 'LANGUAGE.KED'. kEDITOR looks for the file with name 
  47.      "LANGUAGE.KED" when the language command (F2) is issued.
  48.      
  49.      For example, you are using QuickBASIC and are going to keep all 
  50.      of the source programs under directory C:\PROJECT1
  51.      
  52.            C:\PROJECT1>copy a:langqb.ked language.ked
  53.            C:\PROJECT1>ked                             <--- invoke kEDITOR
  54.  
  55.      Another example, dBASE III+ programs are stored in subdirectory called
  56.      C:\INVENTRY
  57.      
  58.            C:\INVENTRY>copy a:langclip.ked language.ked
  59.            C:\INVENTRY>ked
  60.  
  61. How to register
  62. ---------------
  63.      To become a registered owner and receive a complete up-to-date package
  64.      and documentation, please send your cheque to the following address:
  65.      
  66.            Kuang H. Tseng
  67.            Box 261, Pitt Meadows, BC
  68.            Canada  V3Y2E6
  69.            
  70. (1989/03/30)
  71.